home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom3.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  333 b   |  21 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(2) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(7, 14)
  8.       HotSpots(40, 43)
  9.     end if
  10.     Loopframe()
  11.   end if
  12.   if act = 1 then
  13.     if rollOver(45) or rollOver(46) then
  14.       cursor([901, 902])
  15.     else
  16.       cursor(-1)
  17.     end if
  18.     Loopframe()
  19.   end if
  20. end
  21.